Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eks integ tests #77

Merged
merged 6 commits into from
Jan 13, 2023
Merged

Eks integ tests #77

merged 6 commits into from
Jan 13, 2023

Conversation

jhsinger-klotho
Copy link
Contributor

• Does any part of it require special attention?
• Does it relate to or fix any issue? closes #69 and closes #76

Did some naming fixes to prevent running into conflicts in our test. None of the naming fixes are external resources so it is backwards compatible, the user shouldnt even notice outside of pulumi preview.

Had to modify our kubeconfig logic due to the pulumi bug

adding just the fresh tests back. Upgrade will fail due to the released version having this bug so we can add those back in 2 releases.

Standard checks

  • Unit tests: Any special considerations? not needed
  • Docs: Do we need to update any docs, internal or public? not needed
  • Backwards compatibility: Will this break existing apps? If so, what would be the extra work required to keep them working? yes

@@ -123,9 +123,6 @@ jobs:
- # issue #49
app_to_test: ts-eks-helm
mode: upgrade
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume this one is still broken because of #48? (If so, let's update line 123 just for completeness)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

well its broken because our current release branch is broken mainly. So we need 2 releases then can enable this and the helm one.

Comment on lines +37 to +38
lb = new aws.lb.LoadBalancer(`${appName}-${resourceId}-alb`, {
name: `${appName}-${resourceId}`,
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will this (and similar) conflict with @DavidSeptimus-Klotho's work? If so, probably just need to coordinate.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i mentioned i was doing this to him, he said he hadnt touched these modules yet so should be good

@github-actions
Copy link

Package Line Rate Health
github.com/klothoplatform/klotho/pkg/analytics 2%
github.com/klothoplatform/klotho/pkg/annotation 24%
github.com/klothoplatform/klotho/pkg/core 20%
github.com/klothoplatform/klotho/pkg/env_var 82%
github.com/klothoplatform/klotho/pkg/exec_unit 45%
github.com/klothoplatform/klotho/pkg/infra/kubernetes 58%
github.com/klothoplatform/klotho/pkg/infra/kubernetes/helm 52%
github.com/klothoplatform/klotho/pkg/input 63%
github.com/klothoplatform/klotho/pkg/lang 37%
github.com/klothoplatform/klotho/pkg/lang/dockerfile 0%
github.com/klothoplatform/klotho/pkg/lang/golang 9%
github.com/klothoplatform/klotho/pkg/lang/javascript 47%
github.com/klothoplatform/klotho/pkg/lang/python 60%
github.com/klothoplatform/klotho/pkg/lang/yaml 0%
github.com/klothoplatform/klotho/pkg/logging 7%
github.com/klothoplatform/klotho/pkg/multierr 95%
github.com/klothoplatform/klotho/pkg/provider/aws 60%
github.com/klothoplatform/klotho/pkg/runtime 75%
github.com/klothoplatform/klotho/pkg/static_unit 32%
github.com/klothoplatform/klotho/pkg/validation 73%
Summary 42% (3592 / 8582)

@jhsinger-klotho jhsinger-klotho merged commit 2cd1e32 into main Jan 13, 2023
@jhsinger-klotho jhsinger-klotho deleted the eks_integ_tests branch January 13, 2023 01:02
atorres-klo pushed a commit that referenced this pull request Aug 14, 2024
Only change properties when it's coming from solution
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ts-eks-helm integration is missing ts-eks integration test is broken
1 participant